home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / graphics / fxforge / andrews / bright light < prev    next >
Text File  |  1999-06-15  |  425b  |  25 lines

  1. Category: Andrew's Filters 1
  2. Title: Bright Light...
  3. Copyright: Freeware
  4. Author: AB
  5. Filename: BGHTLGHT.8BF
  6.  
  7. R:val(0,1,50)*(r+g+b)/30-2*sin(m+ctl(3))+cos(X-x)/2
  8.  
  9. G:val(1,1,50)*(r+b+g)/30-2*sin(m+ctl(3))+cos(X-x)/2
  10.  
  11. B:val(2,1,50)*(r+g+b)/30-2*sin(m+ctl(3))+cos(X-x)/2
  12.  
  13. A:a
  14.  
  15. ctl[0]: Red Channel
  16. ctl[1]: Green Channel
  17. ctl[2]: Blue Channel
  18. ctl[3]: Intensity
  19.  
  20. val[0]: 180
  21. val[1]: 128
  22. val[2]: 170
  23. val[3]: 86
  24.  
  25.